PrintCompositor.setFooterFormat

See [method@PrintCompositor.set_header_format] for more information about the parameters.

class PrintCompositor
void
setFooterFormat
(,
string left
,
string center
,
string right
)

Parameters

separator bool

%TRUE if you want a separator line to be printed.

left string

a format string to print on the left of the footer.

center string

a format string to print on the center of the footer.

right string

a format string to print on the right of the footer.

Meta